home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / super_fly.swf / scripts / DefineButton2_175 / BUTTONCONDACTION on(release).as
Text File  |  2012-01-07  |  157b  |  10 lines

  1. on(release){
  2.    stopAllSounds();
  3.    beeHit = "0";
  4.    level = "1";
  5.    score = "0";
  6.    flyCaught = "0";
  7.    frTime = getTimer();
  8.    gotoAndPlay(57);
  9. }
  10.